home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / hip211.lha / HiP-script < prev    next >
AmigaDOS Script File  |  1995-05-10  |  341b  |  18 lines

  1. .key filename/a,tempdir/a,lzx/a
  2. .bra {
  3. .ket }
  4.  
  5. ; *** HippoPlayer LZX extraction script ***
  6.  
  7. failat 21
  8.  
  9. if not exists {tempdir}        ; Create temp dir
  10.  makedir {tempdir}
  11. endif
  12.  
  13. ; Extract archive into the temp dir, rename file in temp dir to virtahepo
  14.  
  15. {lzx} -m -q x "{filename}" {tempdir}/
  16. execute s:spat rename {tempdir}/#? {tempdir}/virtahepo
  17.  
  18.